From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:23:27 +0000 (-0700) Subject: fix mysterious lost message (#1370) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2^2~10 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=40aad446e3e1ddc8d20d36717690f45051864dfb;p=gpsbabel.git fix mysterious lost message (#1370) --- diff --git a/gpx.cc b/gpx.cc index c1165dbcc..58662d11b 100644 --- a/gpx.cc +++ b/gpx.cc @@ -1000,7 +1000,7 @@ GpxFormat::wr_init(const QString& fname) // normalization makes them null. if (gpx_write_version.isNull() || (gpx_write_version < gpx_1_0)) { gbFatal(FatalMsg() << "gpx version number" - << gpx_write_version << "not valid."); + << gpx_write_version.toString() << "not valid."); } writer->setAutoFormatting(true);